Class AsaWebvpnUserInfoImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.AsaWebvpnUserInfoImpl
All Implemented Interfaces:
IPCObject, AsaWebvpnUserInfo

public class AsaWebvpnUserInfoImpl extends IPCObjectImpl implements AsaWebvpnUserInfo
Information provided by the PKI file:

    \class AsaWebvpnUserInfo
    
    \brief AsaWebvpnUserInfo manipulates clientless VPN users on ASA devices.
    
    \example network().getDevice("ASA0").getWebvpnUserManager().getClientlessVpnUserAt(0)
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • addBookmark

      public boolean addBookmark(String bookmarkName, String url)
      Information provided by the PKI file:
      
          \brief Adds a bookmark with the specified name and URL.
          
          /param bookmarkName, the title of the bookmark.
          /param url, the URL of the bookmark.
          
          \return bool, true if the bookmark was added successfully, otherwise false.
          
              
      Specified by:
      addBookmark in interface AsaWebvpnUserInfo
      Parameters:
      bookmarkName - Takes in a parameter of bookmarkName
      url - Takes in a parameter of url
      Returns:
      boolean Returns a boolean
    • setProfileName

      public void setProfileName(String name)
      Information provided by the PKI file:
      
          \brief Sets the name of the profile.
          
          /param name, the name of the profile.
          
              
      Specified by:
      setProfileName in interface AsaWebvpnUserInfo
      Parameters:
      name - Takes in a parameter of name
    • setPolicyName

      public void setPolicyName(String name)
      Information provided by the PKI file:
      
          \brief Sets the name of the group policy.
          
          /param name, the name of the group policy.
          
              
      Specified by:
      setPolicyName in interface AsaWebvpnUserInfo
      Parameters:
      name - Takes in a parameter of name
    • setBookmarkName

      public void setBookmarkName(String title)
      Information provided by the PKI file:
      
          \brief Sets the title of the bookmark.
          
          /param title, the title of the bookmark.
          
              
      Specified by:
      setBookmarkName in interface AsaWebvpnUserInfo
      Parameters:
      title - Takes in a parameter of title
    • setUrlName

      public void setUrlName(String url)
      Information provided by the PKI file:
      
          \brief Sets the URL of the bookmark.
          
          /param url, the URL of the bookmark.
          
              
      Specified by:
      setUrlName in interface AsaWebvpnUserInfo
      Parameters:
      url - Takes in a parameter of url
    • getUserName

      public String getUserName()
      Information provided by the PKI file:
      
          \brief Returns the username of this clientless VPN user.
          
          \return string, the username of this clientless VPN user.
          
              
      Specified by:
      getUserName in interface AsaWebvpnUserInfo
      Returns:
      String Returns a String
    • getProfileName

      public String getProfileName()
      Information provided by the PKI file:
      
          \brief Returns the profile name of this clientless VPN user.
          
          \return string, the profile name of this clientless VPN user.
          
              
      Specified by:
      getProfileName in interface AsaWebvpnUserInfo
      Returns:
      String Returns a String
    • getPolicyName

      public String getPolicyName()
      Information provided by the PKI file:
      
          \brief Returns the group policy name of this clientless VPN user.
          
          \return string, the group policy name of this clientless VPN user.
          
              
      Specified by:
      getPolicyName in interface AsaWebvpnUserInfo
      Returns:
      String Returns a String
    • getBookmarkName

      public String getBookmarkName()
      Information provided by the PKI file:
      
          \brief Returns the title of the bookmark of this clientless VPN user.
          
          \return string, the title of the bookmark of this clientless VPN user.
          
              
      Specified by:
      getBookmarkName in interface AsaWebvpnUserInfo
      Returns:
      String Returns a String
    • getUrlName

      public String getUrlName()
      Information provided by the PKI file:
      
          \brief Returns the URL of the bookmark of this clientless VPN user.
          
          \return string, the URL of the bookmark of this clientless VPN user.
          
              
      Specified by:
      getUrlName in interface AsaWebvpnUserInfo
      Returns:
      String Returns a String